/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/app/[locale]/implementacioniPaket/ip.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.ip_hr__pyu_X {
    width: 70%;
    margin-bottom: 20px;
    border-width: 2px;
    border-style: solid;
    background: linear-gradient(white, white) padding-box,
              radial-gradient(green, #EEEEEE) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
}

/* Head Img */

.ip_ipContainer__H8nNm {
    display: flex;
    justify-content: space-around;
    background: #EEEEEE;
}

.ip_ipImgContainer__ABveA {
    width: 70%;
    overflow: hidden;
    position: relative;
}

.ip_ipImg__gyPG1 {
    display: flex;
}

.ip_ipImg__gyPG1 img {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-clip-path: polygon(100% 0%, 70% 100%, 0% 100%, 0% 0%);
            clip-path: polygon(100% 0%, 70% 100%, 0% 100%, 0% 0%);
}

.ip_ipTitle___k6GU {
    display: flex;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    justify-content: right;
    align-items: center;
    font-size: 1.5rem;
    bottom: 10%;
}

.ip_ipTitle___k6GU h1 {
    font-weight: bold;
    font-family: 'Outfit';
}

/* Text First */
.ip_textContainer__gotpe {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    left: 0%;
    right: 0%;
    padding: 20px;
    flex-direction: column;
}

.ip_textFirst__R3hWZ {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    text-align: justify;
}

.ip_textFirst__R3hWZ p {
    font-family: 'Outfit';
    font-size: 18px;
}

/* Text Second */
.ip_textSecond__QK6Bk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    text-align: justify;
}

.ip_textSecond__QK6Bk h2 {
    font-family: 'Outfit';
}

.ip_textSecondChild__4LWa8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    justify-content: center;
}

.ip_textSecondChild__4LWa8 h3 {
    font-family: 'Outfit';
    font-size: 18px;
    font-weight: lighter;
}

.ip_textSecondChildTitle__FZQC_ {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 30px;
    margin-top: 0%;
}

.ip_textSecondChildText__nBxlU {
    height: 150px;
}

/* R E S P O N S I V E */

@media screen and (max-width: 960px) {
    .ip_ipContainer__H8nNm {
        flex-direction: column;
    }

    .ip_ipImgContainer__ABveA {
        width: 100%;
    }

    .ip_ipImg__gyPG1 img {
        -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
                clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    }

    .ip_ipTitle___k6GU {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        bottom: 10%;
    }
}
